object AboutBox: TAboutBox Left = 243 Top = 108 AutoScroll = False ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 218 ClientWidth = 298 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 65 Height = 57 IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 91 Height = 16 Caption = 'Product Name' Font.Color = clBlack Font.Height = -16 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 49 Height = 16 Caption = 'Version' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 62 Height = 16 Caption = 'Copyright' IsControl = True end object Comments: TLabel Left = 8 Top = 104 Width = 265 Height = 49 AutoSize = False Caption = 'Comments' WordWrap = True IsControl = True end end object OKButton: TBitBtn Left = 120 Top = 178 Width = 65 Height = 33 TabOrder = 1 Kind = bkOK IsControl = True end end